Skip to content

chore: merge upstream dependency bumps and apply clippy fixes#144

Merged
deedy5 merged 7 commits into
mainfrom
dev
May 17, 2026
Merged

chore: merge upstream dependency bumps and apply clippy fixes#144
deedy5 merged 7 commits into
mainfrom
dev

Conversation

@deedy5

@deedy5 deedy5 commented May 17, 2026

Copy link
Copy Markdown
Owner

Changes

  • primp-rustls0.23.40: ECH padding improvements, FIPS require_ems fix, new tests
  • primp-hyper1.9.0: h2 stream cancellation, max_local_error_reset_streams, read buffering fixes, clippy
  • primp-hyper-rustls0.27.9: HttpsConnector::new(), pki-types re-export, platform-verifier 0.7
  • primp-reqwest0.13.3: H3 address family filtering, hickory DNS fallback, retry API docs, wasm target fix
  • clippy fixes: is_none_or/is_some_and, repeat_n, needless borrows, unused imports (5 files)
  • CI: drop maturin-version pin, update attest-build-provenance@v4attest@v4

deedy5 added 7 commits May 17, 2026 20:05
- Apply upstream source diff (15 files changed)
- Update Cargo.toml version to 1.9.0
- Remove deprecated pin-utils dependency
- Add max_local_error_reset_streams and cancel_rx support
- Add current_max_send_streams/current_max_recv_streams accessors
- Various HTTP1/H2 protocol improvements and fixes
- Update Cargo.toml version to 0.27.9
- Remove pki-types dependency, use rustls::pki_types::ServerName instead
- Update rustls-platform-verifier 0.6 -> 0.7
- Add HttpsConnector::new() constructor method
- Use inline format strings in log macros
- Simplify error handling with io::Error::other()
The h2 Builder::max_local_error_reset_streams takes Option<usize>, not usize.
Wrap the extracted value to match the expected type.
- Update Cargo.toml version to 0.13.3
- Fix H3 connector to use bound_addr for address filtering
- Fix H3 pool idle connection cleanup and stop-sending handling
- Fix CRL from_pem to properly parse PEM (was treating as raw DER)
- Update doc comments for HTTP2 flow control methods
- Fix debug logging to only log host (not full URI with query params)
- Update hickory DNS resolver imports
- Minor style fixes (fmt::Display import)
- Update Cargo.toml version to 0.23.40
- require_ems now uses self.provider.fips() instead of cfg!(feature = "fips")
  for runtime FIPS detection based on the crypto provider
- Update FIPS documentation to reflect provider-based detection
- Fix ECH padding calculation: use iter::repeat instead of vec![0; N],
  fix name padding calculation with usize conversions
- Add comprehensive ECH padding tests for inner name length invariance
- Add feature(core_io) for read_buf support
- Fix ECH HRR acceptance match guard syntax
@deedy5 deedy5 merged commit 07d5f48 into main May 17, 2026
20 checks passed
@deedy5 deedy5 deleted the dev branch May 17, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant